C1.DataCollection Assembly / C1.DataCollection Namespace / ITreeDataCollection<T> Interface
The type of the items
Members

ITreeDataCollection<T> Interface
Abstract collection whose items are parent of other items of the same type.
Syntax
'Declaration
 
Public Interface ITreeDataCollection(Of T As Class) 
   Inherits IDataCollection(Of T) 
 
Type Parameters
T
The type of the items
See Also